/* Menu Hover */
.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
  padding: 2em 8em;
}
.menu-hover-lines ul{
  text-align: center;
}

.menu-hover-lines li a {
  padding: .75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}

/* image slider */
 .fullscreen-image-slider{
  width:100%;
  height: 40em;
 }
 .fullscreen-image-slider .orbit-slide{
  height: 40em;
 }
 .fullscreen-image-slider .orbit-image {
  position: absolute;
  top:-20%;
}

.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: bold;
}

/* About Section */
.about{
  padding-top:2.5em;
  text-align: justify;
}

/* footer */
.footer{
  margin-top: 2em;
  padding: 3em;
  height: 8em;
  text-align:center;
  border-top:2px solid #ff0000;
  /*background-color: #ff0000;*/
}
/* Doctrinal Statement Formatting */
.docstatement{
  padding:0em 5em;
}
.docstatement p{
  margin-bottom:1.5rem;
}